inherited DataColHandlingDialog: TDataColHandlingDialog Left = 491 Top = 147 Caption = 'Column Handling' ClientHeight = 281 ClientWidth = 441 OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object NameLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'Name:' FocusControl = NameEdit end object ValTypeLbl: TUiLabel Left = 8 Top = 56 Height = 13 Caption = 'Type:' FocusControl = ValTypeEdit end object NameEdit: TUiEdit Left = 8 Top = 24 Width = 209 Height = 21 TabOrder = 0 OnChange = SomethingChangedClick end object IsKeyEdit: TUiCheckBox Left = 224 Top = 8 Height = 17 Caption = 'Key' TabOrder = 1 OnClick = SomethingChangedClick end object UseDefaultEdit: TUiCheckBox Left = 224 Top = 28 Height = 17 Caption = 'Use default' TabOrder = 2 OnClick = UseDefaultClick end object ValTypeEdit: TUiComboBox Left = 8 Top = 72 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 OnChange = SomethingChangedClick Items.WideStrings = ( 'Detected' 'Boolean' 'Date' 'Numeric' 'Text') end object InsigEdit: TUiCheckBox Left = 8 Top = 104 Height = 17 Caption = 'Unimportant' TabOrder = 4 OnClick = SomethingChangedClick end object DateTimeGroupBox: TUiGroupBox Left = 224 Top = 64 Width = 209 Height = 49 Caption = 'Date tolerance' TabOrder = 5 object DateTimeToleranceLbl: TUiLabel Left = 80 Top = 22 Height = 13 Caption = 'days' FocusControl = DateTimeToleranceEdit end object DateTimeToleranceEdit: TUiSpinEdit Left = 8 Top = 18 Width = 65 Height = 21 TabOrder = 0 OnChange = SomethingChangedClick end object DateTimeToleranceKindEdit: TUiComboBox Left = 80 Top = 18 Width = 121 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = SomethingChangedClick Items.WideStrings = ( 'seconds' 'minutes' 'hours' 'days') end end object FloatGroupBox: TUiGroupBox Left = 224 Top = 120 Width = 209 Height = 49 Caption = 'Numeric tolerance' TabOrder = 6 object FloatToleranceEdit: TUiNumEdit Left = 8 Top = 18 Width = 121 Height = 21 Kind = numFloat TabOrder = 0 OnChange = SomethingChangedClick end end object StrGroupBox: TUiGroupBox Left = 224 Top = 176 Width = 209 Height = 65 Caption = 'Text important, except for' TabOrder = 7 object StrCaseInsigEdit: TUiCheckBox Left = 8 Top = 20 Height = 17 Caption = 'Character case (ABC = abc)' TabOrder = 0 OnClick = SomethingChangedClick end object StrWSInsigEdit: TUiCheckBox Left = 8 Top = 40 Height = 17 Caption = 'Whitespace' TabOrder = 1 OnClick = SomethingChangedClick end end object OkBtn: TUiButton Left = 280 Top = 248 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 8 AutoSize = asRight end object CancelBtn: TUiButton Left = 360 Top = 248 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 9 AutoSize = asRight end end